home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbsdoors / bgfaxa11.zip / BBS.BAT next >
DOS Batch File  |  1993-06-10  |  372b  |  18 lines

  1. @echo off
  2. bgfax
  3. if errorlevel 104 maint1
  4. if errorlevel 100 maint2
  5. if errorlevel 4 goto faxrcvd
  6. if errorlevel 3 goto datacall
  7. if errorlevel 2 goto datacall
  8. if errorlevel 1 bbs
  9. goto end
  10. :faxrcvd
  11.   rem  you can put a printing batch here if you want
  12.   bbs
  13. :datacall
  14.   rem  the following line executes the DOBBS.BAT file created by BGFAX
  15.   %bgfax%\dobbs
  16. :end
  17.  
  18.